home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ADULT6.ZIP / ADULT6.DOC < prev   
Text File  |  1995-05-31  |  2KB  |  46 lines

  1.  
  2. This zip file should contain the following files:-
  3.  
  4.         adult6.asm
  5.         adult6.com
  6.         adult6.doc
  7.     -------------------------------------------------    
  8.  
  9. Hello All,
  10.         YES, it is an ECM on the Adult card!.. 
  11.         And this is what they have done, and what I did to crack it.
  12.  
  13. The first thing noticed was the fact the the Digital Signature and
  14. Check Sum status were reading OK (on the diagnositc text screen, adult5).
  15. This meant that the first two sections (out of three) of hashing must
  16. have been working correctly! (any change in the hashing and the 'dsig'
  17. would have said '1' ie error).
  18.  
  19. The next point noticed was, while running Adult5.com for a while,
  20. (up to an hour) a correct '78' answer packet was beening sent to the
  21. decoder.....Yes..a picture for about 1 second out of 1 hour of watching!!
  22.  
  23. After two correct sessions (dont know how long but it felt like forever)
  24. the answer packets were compaired. The result... both checksum bytes
  25. (last byte in the '74' message) read 0Dh. Then looking at the existing
  26. adult code, the only thing that could have been changed was the last
  27. hashing input data byte value (was the value of the checksum byte).
  28. This seemed correct by the fact that the signature read correct, as this
  29. is tested before the last hashing.
  30.  
  31. The input value was changed to a constant value of '0dh' and that was that!
  32. See assembler code for comments.
  33.  
  34. Nice try Mr Smith! I wonder what other delights you have for us?
  35.  
  36.  
  37. Enjoy .. adult6.com....
  38.  
  39.  
  40. :-)
  41.  
  42.  
  43.  
  44.  
  45.  
  46.